Component org.nuxeo.ecm.core.api.properties
In bundle org.nuxeo.ecm.core.api
Resolution Order
124
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.api.properties">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
Property that defines the max length of the document name,
which is mainly used to build the document path.
</documentation>
<property name="nuxeo.path.segment.maxsize">24</property>
<documentation>
Property that defines if a transient username should be unique no matter what base username is provided,
or if a transient username should be always the same for a given base username.
@since 10.3
</documentation>
<property name="nuxeo.transient.username.unique">false</property>
</extension>
</component>